type go.pact.im/x/clock/fakeclock.moment

7 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L20: type moment interface {
		fakeclock.go#L41: 	sched map[moment]time.Time
		fakeclock.go#L69: 		sched: map[moment]time.Time{},
		fakeclock.go#L174: func (c *Clock) stop(m moment) bool {
		fakeclock.go#L186: func (c *Clock) reset(m moment, d time.Duration, dp *time.Duration) bool {
		fakeclock.go#L198: func (c *Clock) schedule(m moment, when time.Time) bool {
		fakeclock.go#L200: 		c.sched = map[moment]time.Time{}